Redshift query editor v2
- Serverless: reddit-workgroup
- native databases (2)
- external databases (1)
- awsdatacatalog
- reddit_db
- Tables1
- transformed_data
reddit_redshift_querry_editor
Untitled 1
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
1
2
3
4
5
6
SELECT author, SUM(score) AS total_score
FROM "awsdatacatalog"."reddit_db"."transformed_data"
GROUP BY author
ORDER BY total_score DESC
LIMIT 10;
Row 4,
Col 26,
Chr 151
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.